CLI: Update hypeman SDK to a63ff054a3 and add new flags#39
Merged
Conversation
- Updated hypeman-go to v0.11.0 (a63ff054a3ddb27eb3031d0750c86b67047cf0dc) - Added --image-name flag to `hypeman build` for BuildNewParams.ImageName Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--image-nameflag tohypeman buildforBuildNewParams.ImageNameCoverage Analysis
This PR was generated by performing a full enumeration of SDK methods and CLI commands.
SDK Update
New Flags
--image-nameonhypeman buildforBuildNewParams.ImageName— allows specifying a custom image name for the build outputTest plan
hypeman build --image-name my-image .passes the image name to the SDKhypeman build .still works without the flaggo build ./...passesTriggered by: kernel/hypeman-go@a63ff05
Reviewer: @stainless-app[bot]
Made with Cursor
Note
Low Risk
Small, additive CLI surface change plus an SDK version bump; risk is mainly compatibility/regression if
hypeman-go v0.11.0changes request/response semantics.Overview
Updates the
hypeman-godependency fromv0.10.0tov0.11.0(with correspondinggo.sumchanges).Extends
hypeman buildwith a new--image-nameflag and forwards it into the build request (BuildNewParams.ImageName), allowing callers to control the output image name/path when pushing.Written by Cursor Bugbot for commit 3b4bca5. This will update automatically on new commits. Configure here.